ReactiveRecyclerViewAdapter(TCollection) constructor¶
Defined in
Type: ReactiveRecyclerViewAdapterReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Applies to
net10.0-android36.0
protected ReactiveRecyclerViewAdapter(TCollection backingList)
Summary:
An adapter for the Android RecyclerView.
Parameters
| Name | Type | Description |
|---|---|---|
backingList | TCollection | The backing list. |
Remarks
Initializes a new instance of the ReactiveRecyclerViewAdapter class.